Click or drag to resize

FolderChange Constructor (StandardFolder, Property, PropertyPath)

Initializes a new instance of the FolderChange class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public FolderChange(
	StandardFolder standardFolder,
	Property propertyToSet,
	PropertyPath propertyToDelete
)

Parameters

standardFolder
Type: Independentsoft.ExchangeStandardFolder
propertyToSet
Type: Independentsoft.ExchangeProperty
propertyToDelete
Type: Independentsoft.ExchangePropertyPath
See Also